object DeleteDlg: TDeleteDlg Left = 263 Top = 115 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Confirm Action' ClientHeight = 214 ClientWidth = 317 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 300 Height = 161 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 24 Top = 96 Width = 267 Height = 13 Caption = 'If you want to Delete the above Record please' end object Label2: TLabel Left = 24 Top = 115 Width = 77 Height = 13 Caption = 'type in '#39'YES'#39':' end object Label3: TLabel Left = 20 Top = 144 Width = 274 Height = 13 Caption = 'WARNING! Record Deletion cannot be Undone!' Font.Color = clYellow Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object OKBtn: TBitBtn Left = 72 Top = 180 Width = 77 Height = 27 Caption = '&OK' TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 156 Top = 180 Width = 77 Height = 27 Caption = '&Cancel' TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object RadioGroup1: TRadioGroup Left = 32 Top = 24 Width = 185 Height = 57 Caption = 'Delete Record' Items.Strings = ( 'Left Page' 'Right Page') TabOrder = 2 end object Edit1: TEdit Left = 106 Top = 113 Width = 39 Height = 20 CharCase = ecUpperCase MaxLength = 3 TabOrder = 3 end end